body {
    background: #F3F5F7;
}
.homeBox {
    display: flex;
    border: 1px solid #000;
}
.homeBox .feedBox {
    width: 300px;
    border: 1px solid #f00;
}

.videoActivityList {
    display: flex;
}
.videoActivityList .item {
    width: 100px;
}
.videoActivityList .img {
    width: 100px;
}
.videoActivityList .title {
    
}

.row{
    margin-bottom: 10px;
}

.row .main-body div{
    margin-top:20px;
}

.s-col-3{
    display: inline-block;
    width: 32.66%;
    float: left;
}
.s-col-3:nth-child(-n+2){
    margin-right: 1%;
}
.loading{
    text-align: center;
    padding: 60px;
}

/*精彩评论 start*/
.comment-list{
    padding: 0 10px;
}
.comment-list li{
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
.comment-list li:last-child{
    border-bottom: none;
}
.comment-list li .comment-header a:hover{
    color: #428bca;
}
.comment-list li .comment-avatar{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.comment-list li a{
    font-size: .9em;
}

.comment-list li .comment-body a{
    display: block;
    padding: 10px;
    background-color: #f5f5f5;
    color: #666;
    margin: 12px 0 8px 0;
    position: relative;
    border-radius: 2px;
    font-size: .9em;
}
.comment-list li .comment-body a:before{
    position: absolute;
    content: '';
    height: 0;
    top: -9px;
    left: 13px;
    border-width: 0 8px 10px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5 transparent;
}
.comment-list li .comment-body a:hover{
    background-color: #666;
    color: #fff;
}
.comment-list li .comment-body a:hover:before{
    border-bottom-color: #666;
}
.comment-list li .comment-footer a:hover{
    color: rgba(100,100,100,0.8);
}
/*精彩评论 end*/

@media (max-width:800px){
    .l-s,.r-s,.s-col-3{
        width: 100%;
        float: none;
        display: block;
    }
    .mobile-hidden{
        display: none;
    }
    .banner-list{
        margin-bottom: 0;
    }

    .big-right{
        width: 100% !important;

    }
   /* .main-latest-articles .sec-header{
        display: none;
    }*/
    .swiper-wrapper .banner-content h2{
        font-size: .9em !important;
        margin: 0 0 0 0 !important;
    }
}
.banner-list{
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
    margin-bottom: 1%
}
.banner-list .banner-big{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:rgba(0,0,0,0.2);
    overflow: hidden;
}
.banner{
    display: block;
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}

.big-right{
    width: 32.7%;
    float: right;
}

.big-right .banner{
    padding-bottom: 121.6513%;
}
.banner img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.banner .mask, .banner .hover-mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hover-mask{
    background-color: #000;
    opacity: 0.7;
    display: none;
}
.banner .mask img{
    width: 100%;
    height: 100%;
}

.banner .banner-content,
.swiper-wrapper .banner-content{
    /* position: absolute; */
   /* bottom: 12%;*/
    /* bottom: 5%; */
    /*margin-right: 30%;*/
    /* padding: 0 10px 0 10px; */
    /*background-color: rgba(0,0,0,0.8);*/
}
.banner-type{
    position: absolute;
    top: 0;
    right: 0;
    padding:2px 8px;
    color: #fff;
    background: #FC363B;
}
.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: rgba(0,0,0,0.5); */
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 30%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,.1) 30%);
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.8) 0%, rgba(0,0,0,.1) 45%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,.1) 30%);
    background-image: linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,.1) 30%);
}
.swiper-container .swiper-slide{
    position: relative;
}
/* .banner .banner-content h2,.swiper-wrapper .banner-content h2{
    font-size: .9em;
    font-weight: 600;
    color: #fff;
} */
/* .swiper-wrapper .banner-content h2{
    font-size: 1.3em;
    margin: 0 0 10px 10px;
} */
.swiper-container .icon-play{
    /*position: absolute;
    left: 20px;
    bottom: 70px;*/
    font-size: 40px;
    color: #fff;
    display: block;
    padding:15px 8px;
}


.banner-big .banner .banner-content{
   /* background-color: rgba(255,51,51,0.6);*/
}
.s-col-3:nth-of-type(3n+1) .banner-content{
   /* background-color: rgba(0,178,89,0.6);*/
}
.s-col-3:nth-of-type(3n+2) .banner-content{
    /*background-color: rgba(0,128,255,0.6);*/
}
.s-col-3:nth-of-type(3n+3) .banner-content{
    /*background-color: rgba(255,176,1,0.6);*/
}
.banner-big .banner .banner-content h2{
    /* font-size: 1.3em; */
}
/*.banner:hover .hover-mask{
    display: block;
}
.banner:hover .banner-content{
    top: 45%;
}*/
.swipe-products{
    margin-top: 10px;
    padding-bottom: 30px;
}
.card{
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.card .img-wrapper{
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #efefef;
}
.card .info{
    text-align: center;
    padding: 6px;
}
.card .info .title{
    font-size: 1em;
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card .info .like-info{
    color: #1683FB;
    font-size: 1em;
}
.card .info .iconfont{
    margin-right: 6px;
    font-size: 1em;
    vertical-align: middle;
}

.main-latest-articles .tabhead{
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #eee;
}
.main-latest-articles .tabhead:after{
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.main-latest-articles .tabhead>div{
    width: 50%;
    float: left;
    background-color: #eee;
}
.main-latest-articles .tabhead .iconfont{
    color: #00ab6b;
    font-size: 23px;
    vertical-align: middle;
}
.main-latest-articles .tabhead div.active{
    background-color: #fff;
}
.icon-shoprecommend{
     color: #00ab6b;
    font-size: 23px;
}
.f-sec .new-recommend{
    color: #444;
}
@media (min-width:800px){
    .main-latest-articles .tabhead{
        display: none;
    }
}

.hottag-list{
    padding: 10px 10px 0 10px;
}
.hottag-list a{
    display: inline-block;
    padding: 1px 8px;
    margin: 5px 3px;
    height: 20px;
    line-height: 20px;
    background-color: rgba(116, 178, 247, 0.3);
    color: #666;
    font-size: 13px;
    border-radius: 3px;
}

.hottag-list a:hover{
    background-color: rgba(116, 178, 247, 1);
    color:#fff
}
/*磁贴板样式 start*/
.techhot-citie-containner{
    margin-bottom: 10px;
    width: 100%;
}
.techhot-citie-containner .techhot-header{
    border: 1px solid #f2f2f2;
    border-bottom:none;
    text-align: center;
    line-height: 50px;
    height: 50px;
}
@media(max-width: 800px){
    .techhot-citie-containner .techhot-header{
        border-left: none;
        border-right: none;
    }
}
.techhot-citie-containner .techhot-header img{
    width: 202px;
    height: 28px;
    vertical-align: middle;
}
.techhot-citie-containner .techhot-item{
    display: block;
    position: relative;
    float: left;
}
.techhot-citie-containner .techhot-item a{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media (min-width:800px){
    .techhot-citie-containner .techhot-item a:hover .pic-wrapper{
        -webkit-transform: scale(1.16);
        -moz-transform: scale(1.16);
        -ms-transform: scale(1.16);
        -o-transform: scale(1.16);
        transform: scale(1.16);
    }
}
/*.techhot-citie-containner .techhot-item[data-index='0']{
    width: 100%;
    padding-bottom: 50%;
}
.techhot-citie-containner .techhot-item[data-index='0'] a{
    background: #00ab6b;
}*/

.techhot-citie-containner .techhot-item[data-index='0']{
    width: 50%;
    padding-bottom: 50%;
    
}
.techhot-citie-containner .techhot-item[data-index='0'] a{
    background: #e91e63;
}
.techhot-citie-containner .techhot-item[data-index='1']{
    width: 50%;
    padding-bottom: 50%;
    
}
.techhot-citie-containner .techhot-item[data-index='1'] a{
    background: #12ab56;
}
.techhot-citie-containner .techhot-item[data-index='2']{
    width: 33.3%;
    padding-bottom: 33.3%;
    
}
.techhot-citie-containner .techhot-item[data-index='2'] a{
    background: #f50057;
}
.techhot-citie-containner .techhot-item[data-index='3']{
    width: 33.3%;
    padding-bottom: 33.3%;
    
}
.techhot-citie-containner .techhot-item[data-index='3'] a{
    background: #9c27b0;
}
.techhot-citie-containner .techhot-item[data-index='4']{
    width: 33.3%;
    padding-bottom: 33.3%;
    
}
.techhot-citie-containner .techhot-item[data-index='4'] a{
    background: #cae156;
}
/*.techhot-citie-containner .techhot-item[data-index='6']{
    width: 59.1%;
    padding-bottom: 40.9%;
}
.techhot-citie-containner .techhot-item[data-index='6'] a{
    background: #5677fc;
}
.techhot-citie-containner .techhot-item[data-index='7']{
    width: 40.9%;
    padding-bottom: 40.9%;
}
.techhot-citie-containner .techhot-item[data-index='7'] a{
    background: #8bc34a;
}*/
.techhot-citie-containner .zan-container{
    position: absolute;
    display: inline-block;
    left:5%;
    bottom:5%;
}

.techhot-citie-containner .zan-container span{
    color:#fff;
}

.techhot-citie-containner .icon-play{
    display: inline-block;
    position: absolute;
    /*left: 37%;
    top: 32%;*/
    font-size: 55px;
    width: 55px;
    height: 55px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color:#eee;
}
.techhot-citie-containner .icon-play:hover{
    color:#ddd;
}

.techhot-citie-containner .more-techhots span{
    display: inline-block;
    width: 35px;
    height: 20px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color:#fff;
}
/*.techhot-citie-containner .swiper-container-citie .swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}*/
.banner-container .r-s{
    width: 30.7%;
}
.techhot-citie-containner .item-body-word{
    padding: 20px;
    color: #fff;
    overflow: hidden;
}
@media (max-width:800px){
    .mobile-citie-container{
        width: 100%;
    }
    .f-sec .sec-header{
        margin-bottom: 5px;
        padding-left:6px;
    }
}
/*磁贴板样式 end*/
.banner-container{
    margin-bottom: 10px;
}
.swiper-pagination-bullet-active{
    background: #20CE65;
}
@media (min-width:800px){
   .load-more-btn{
    margin: 0 auto;
   }
}
.checkIn-wrap{
    border:1px solid #eee;
    margin:20px 0 15px;
}
.checkIn-time{
    width: 40%;
    height: 100px;
    text-align: center;
}
.checkIn-time #day-show{
    color: #444;
    font-size: 20px;
    margin-top:25px;
    display: inline-block;
}
.checkIn-action{
    width: 59%;
    height: 100px;
    line-height: 100px;
    position: relative;
}
.checkIn-action #checkIn{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #00ab6b;
    text-align: center;
    font-size: 25px;
}
.shadow-container{
    display: none;
}
.shadow-container .shadow-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}
.shadow-container .checkIn-container {
    width: 600px;
    height: 400px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 6px;
    z-index: 2000;
}
.checkIn-container .checkIn-header{
    height: 190px;
    line-height: 190px;
    padding-left: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 25px;
    position: relative;
}
.checkIn-container .checkIn-header i{
    font-size: 30px;
    color: #F3DD13;
}
.checkIn-container .checkIn-header .icon-close{
    position: absolute;
    top:-78px;
    right: 10px;
}
.checkIn-container .checkIn-body p{
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}
.checkIn-body .item-list li{
    float:left;
    width: 20%;
    text-align: center;
    margin: 8px 0;
}
.checkIn-body .item-list li a{
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #999;
    margin: 0 auto;
    color: #999;
}
.checkIn-body .item-list li a i{
    font-size: 20px;
}
.checkIn-body .item-list li span{
    display: block;
}
/*选品助手start*/
.helper-container{
    border:1px solid #f2f2f2;
    margin-bottom: 30px;
}
@media(max-width: 800px){
    .helper-container{
        border-left: none;
        border-right: none;
        margin-bottom: 15px;
    }
}
.helper-container .helper-header{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.helper-container .helper-header i{
    vertical-align: sub;
    font-size: 25px;
}
.helper-container .helper-header span{
    font-size: 20px;
    color: #444;
}
.helper-container .helper-body{
    padding-bottom:10px;
}
.helper-container .tag-list a{
    display: inline-block;
    background: #48C271;
    color: #fff;
    font-size: 14px;
    padding:5px 11px;
    margin:6px 10px;
}
.helper-container .tag-list a:hover{
    opacity: 0.8;
}
/*选品助手end*/

/*问答主题wrap*/
.theme-list {
    padding-top: 15px;
}

/*.theme-list li {
    display: inline-block;
    vertical-align: top;
}*/

.theme-list li .theme-container{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 5px #eee;
}

.theme-list li .theme-container:hover {
    box-shadow: 0 0 10px #ccc;
}

.theme-list li .theme-container .img-wrapper {
    padding-bottom: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #efefef;
    position: relative;
}

.theme-list li .theme-container .img-wrapper .title{
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
}
.theme-list li .theme-container .info {
    text-align: center;
    /*padding: 6px;*/
}

.theme-list li .theme-container .info .like-info {
    color: #00ab6b;
    font-size: 1em;
    display: block;
}

.theme-list li .theme-container .info .iconfont {
    margin-right: 6px;
    font-size: 1em;
    vertical-align: middle;
}

@media (min-width: 800px) {
   /* .theme-list li {
        width: 33%;
    }
*/
    .theme-list li:nth-child(4n) {
        margin-right: 0;
    }
     .like-info a:hover span{
        color: #00ab6b;
    }
    .like-info a:hover span{
        color: #00ab6b;
    }
}

@media (max-width: 800px) {
    .theme-list li {
        width: 100%;
    }

    /*.theme-list li:nth-child(2n+1) {
        margin-right: 4%;
    }*/
    .theme-list li .theme-container{
        margin: 0 auto;
    }

}

.load-more-block {
    margin-top: 5px;
}
.like-info{
    /*border-top: 1px solid #eee;*/
}
.like-info .f-l{
        width: 49%;
        text-align: center;
        border-right: 1px solid #eee;
        line-height: 45px;
    }
    .like-info .f-r{
        width: 49%;
        text-align: center;
        line-height: 45px;
    }
    .info .name{
        line-height: 45px;
    }
    @media(min-width:800px){
        .theme-container>a{
            display: block;
            width: 34%;
            float: left;
        }
        .theme-container .title-container{
            width: 45%;
            height: 166px;
            overflow: hidden;
        }
        .theme-container .info{
            width: 20%;
        }
      .theme-container .info .like-info a{
        display: block;
        line-height: 50px;
        height: 50px;
        border:1px solid #eee;
        width: 70%;
        margin-top: 20px;
        margin-left: 10px;
      }
      .title-container .title,.title-container .intro{
        padding:13px 22px;
        line-height: 25px;
      }
     .title-container .intro:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 1.4em;
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0) 60%, white 90%);
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0) 60%, white 90%);
      }
      .title-container .title a{
        font-size: 16px;
        font-weight: bold;
        color: #222;
      }
      
    }
    .theme-container .img-wrapper .label{
        position: absolute;
        left: 0;
        top: 0;
        padding:2px 8px;
        background: #ff5b00;
        color: #fff;
      }
/*问答主题end*/

/*提问wrap*/
.question-list .question-wrap .question-container{
    border-top: 1px solid #ccc;

    margin:15px 0;
    width: 100%;
}
@media(min-width: 800px){
/*.question-wrap .like-wrap{
    float: left;
    width: 2%;
    margin-left:-35px;
    border:1px solid #ccc;
    padding:2px 6px;
    border-radius: 3px;
    cursor: pointer;
}
.question-wrap .like-wrap:hover{
    background-color: #eee;
}*/
.question-wrap{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 20px 0;
}
.question-wrap .question-title{
    padding:10px;
    font-size: 16px;
}
.question-wrap .question-title a:hover{
    color: #00ab6b;
}
.question-wrap .question-status{
    padding:10px;
}
.question-wrap .question-status span{
    margin-right: 10px;
}
}
.question-container .question-poster{
    padding-top: 10px;
}
.question-container .poster-container .label{
    padding: 2px 8px;
    background: #ff5b00;
    color: #fff;
    margin-right: 10px;
}
.question-container .poster-container img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    vertical-align: middle;
}
.question-container .poster-container span{
    margin-left: 5px;
}
.question-container .question-title{
    padding-left: 10px;
    padding-top:5px;
}
.question-container .question-title a{
    color: #666;
    font-weight: bold;
}
.question-container .ans-poster,
.question-container .ans-content{
    line-height: 30px;
    padding-left: 10px;
}
.question-container .ans-content p{
    line-height: 24px !important;
    font-size: 16px !important;
}
.question-container .relative-status{
    line-height: 45px;
    padding: 0 3px;
}
@media(min-width: 800px){
.question-container .relative-status .ans-container{
    margin-left: 20px;
}
}

@media(max-width: 800px){
    .question-list .question-wrap .question-container{
        border:1px solid #ddd;
        width: 95%;
        margin: 15px auto;
    }
    .question-container .question-poster{
        padding:10px 10px 0;
    }
    .question-container .relative-status .time-wrap{
        display: inline-block;
        width: 49%;
        text-align: left;
    }

    .question-container .relative-status .time-wrap span{
        margin-left: 5px;
    }
    .question-container .relative-status .ans-container{
       display: inline-block;
       width: 50%;
       text-align: right;
    }
    .question-container .ans-container a{
        color: #999;
    }
    
}
/*提问end*/

/*product-list start*/

.product-list li {
    display: inline-block;
    /*float: left;*/
    vertical-align: top;
}

.product-list li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 5px #eee;
}

.product-list li a:hover {
    box-shadow: 0 0 10px #ccc;
}

.product-list li a .img-wrapper {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #efefef;
}

.product-list li a .info {
    text-align: center;
    padding: 6px;
}

.product-list li a .info .title {
    font-size: 1em;
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-list li a .info .like-info {
    color: #00ab6b;
    font-size: 1em;
    display: block;
}

.product-list li a .info .iconfont {
    margin-right: 6px;
    font-size: 1em;
    vertical-align: middle;
}
@media (min-width: 800px) {
    .product-list li {
        /*width: 23.5%;*/
        /*margin-right: 2%;*/
        width: 30.7%;
        margin-right: 2.7%;
    }
    .product-list {
    white-space: nowrap;
    overflow:hidden;
    width: 76.5%;
}
.hotProduct-head{
    margin-top: 10px;
}

#hotProductWrap{
    margin-top: 10px;
}
  #hotProductWrap .more-container{
        width: 23.5%;
    }
    #hotProductWrap .more-container a{
        display: block;
        width: 100%;
        line-height: 230px;
        color: #00ab6b;
        font-size: 18px;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #eee;
        border-radius: 3px;
        overflow: hidden;
        box-shadow: 0 0 5px #eee;
    }
    #hotProductWrap .more-container a:hover{
        background: #eee;
    }
    /*.product-list li:nth-child(4n) {
        margin-right: 0;
    }*/
}
.hotProduct-head .sec-header{
    border-bottom: none;
}
@media (max-width: 800px) {
    .product-list li {
        width: 30%;
        margin-left: 2%;
        /*height: 115px;*/
    }
    .product-list {
    white-space: nowrap;
    overflow-x:scroll;
    width: 96%;
    margin:0 auto;
}
    .info .name{
        line-height: 22px;
    }
    .product-list li a .img-wrapper{
        /*padding-bottom: 64%;*/
        height: 90px;
        padding-bottom: 0;
    }
    .product-list li a .info .title{
        height: 30px;
    }
    .product-list li a .info .like-info{
        height: 15px;
    }
    .card .more-block{
        text-align: center;
        line-height: 148px;
        color: #00ab6b;
    }
    .mobile-hidden{
        display: none;
    }
}
/*product-list end*/

.main-latest-articles {
    margin-top: 10px;
}

/* 联系我们弹窗 */
.contact-box {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, .4);
    z-index: 1000000;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.contact-box .content {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    width: 394px;
    height: 568px;
    border-radius: 4px;
    /* margin: 0 auto 0 auto; */
    transform: translate(-50%, -50%)
}
.contact-box .header {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-box .header .title {
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    font-weight: bold;
}
.contact-box .header .icon {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 18px;
    cursor: pointer;
    
}
.contact-box .body {
    padding: 22px 40px;
}
.contact-box .title-box {
    position: relative;
}
.contact-box .body .title {
    position: relative;
    z-index: 1000;
    font-weight: bold;
    margin-bottom: 18px;
}
.contact-box .title-box .line {
    content: " ";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #03AB6C;
    position: relative;
    top: -24px;
    /* opacity: .8; */
    z-index: 100;
}
.contact-box .info {
    padding-left: 84px;
    margin-bottom: 10px;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
}
.contact-box .body .icon {
    margin-right: 8px;
    margin-top: 2px;
    color: rgb(129, 213, 182)
}
.contact-box .value {
    color: rgba(0,0,0,0.65);
}
.contact-box .view-detail {
    color: #28B781;
}
.contact-box .btn-ok {
    display: block;
    width: 140px;
    margin: 42px auto 0 auto;
    /* margin-top: 42px; */
    color: #fff;
    background: #03AB6C;
    border-radius: 4px;    
}
.contact-box .qrcode {
    display: block;
    border: 1px solid #ccc;
    width: 80px;
    height: 80px;
    margin-top: 8px;
}

.shop-box {
    display: block;
    margin-bottom: 20px;
}
.contact-btn {
    width: 100%;
    height: 40px;
    margin-bottom: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #28B781;
    border-radius: 4px;
    cursor: pointer;
}

.contact-btn:hover {
    background-color: rgb(21, 156, 104);
}
.line-box {
    height: 6px;
    margin-bottom: 12px;
    background-color: #28B781;
}
